net/http.Header.Set (method)

77 uses

	net/http (current package)
		client.go#L251: 		req.Header.Set("Authorization", "Basic "+basicAuth(username, password))
		client.go#L695: 				req.Header.Set("Referer", ref)
		client.go#L797: 				ireqhdr.Set("Cookie", strings.Join(ss, "; "))
		client.go#L863: 	req.Header.Set("Content-Type", contentType)
		fs.go#L157: 	w.Header().Set("Content-Type", "text/html; charset=utf-8")
		fs.go#L295: 		w.Header().Set("Content-Type", ctype)
		fs.go#L326: 		w.Header().Set("Content-Range", fmt.Sprintf("bytes */%d", size))
		fs.go#L360: 		w.Header().Set("Content-Range", ra.contentRange(size))
		fs.go#L367: 		w.Header().Set("Content-Type", "multipart/byteranges; boundary="+mw.Boundary())
		fs.go#L391: 	w.Header().Set("Accept-Ranges", "bytes")
		fs.go#L419: 		w.Header().Set("Content-Length", strconv.FormatInt(sendSize, 10))
		fs.go#L618: 		w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
		fs.go#L781: 	w.Header().Set("Location", newPath)
		h2_bundle.go#L6096: 		rp.header.Set("Cookie", strings.Join(cookies, "; "))
		header.go#L39: func (h Header) Set(key, value string) {
		request.go#L476: 		r.Header.Set("Cookie", c+"; "+s)
		request.go#L478: 		r.Header.Set("Cookie", s)
		request.go#L1032: 	r.Header.Set("Authorization", "Basic "+basicAuth(username, password))
		server.go#L565: 		w.Header().Set("Connection", "close")
		server.go#L2148: 	w.Header().Set("Connection", "close")
		server.go#L2249: 	h.Set("Content-Type", "text/plain; charset=utf-8")
		server.go#L2250: 	h.Set("X-Content-Type-Options", "nosniff")
		server.go#L2341: 	h.Set("Location", hexEscapeNonASCII(url))
		server.go#L2343: 		h.Set("Content-Type", "text/html; charset=utf-8")
		server.go#L2632: 				w.Header().Set("Allow", strings.Join(allowedMethods, ", "))
		server.go#L2736: 			w.Header().Set("Connection", "close")
		server.go#L3781: 	w.Header().Set("Content-Length", "0")
		transport.go#L1770: 				h.Set("Proxy-Authorization", pa)
		transport.go#L1791: 			hdr.Set("Proxy-Authorization", pa)
		transport.go#L2702: 		req.extraHeaders().Set("Accept-Encoding", "gzip")
		transport.go#L2713: 		req.extraHeaders().Set("Connection", "close")

	github.com/coinbase/cdp-sdk/go
		cdp.go#L73: 		req.Header.Set("Authorization", fmt.Sprintf("Bearer %s", jwt))
		cdp.go#L74: 		req.Header.Set("Content-Type", "application/json")
		cdp.go#L121: 		req.Header.Set("X-Wallet-Auth", walletJwt)

	github.com/coinbase/cdp-sdk/go/openapi
		client.gen.go#L6346: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6357: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6453: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6464: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6519: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6530: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6626: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L6688: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6699: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6761: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6772: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6834: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6845: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6907: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6918: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L6980: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L6991: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L7053: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L7064: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L7224: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L7401: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L7412: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L7546: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L7557: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L7754: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L8368: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L8417: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L8513: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L8633: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L8644: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L8740: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L8751: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L8806: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L8817: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L8872: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L8883: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L8979: 			req.Header.Set("X-Idempotency-Key", headerParam0)
		client.gen.go#L9041: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L9052: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L9114: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L9125: 			req.Header.Set("X-Idempotency-Key", headerParam1)
		client.gen.go#L9187: 			req.Header.Set("X-Wallet-Auth", headerParam0)
		client.gen.go#L9198: 			req.Header.Set("X-Idempotency-Key", headerParam1)